home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/p3foot.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/gadget/r3prpgad.js")
- var R3CLID_FOOTGADGET = 1391;
-
- R3FOOTGM_SETSTEPHEIGHT = 1391000;
-
- function _R3FOOTGM_SETSTEPHEIGHT() {
- return this.r3Do(R3FOOTGM_SETSTEPHEIGHT, arguments);
- }
-
- function r3Footgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FOOTGADGET, arguments);
- }
- // Methods
- this.SETSTEPHEIGHT=_R3FOOTGM_SETSTEPHEIGHT;
-
- // inc/plugins/objects/fprint/p3foot.h_H